![]() PDD file (206K) |
![]() ClarisWorks 4 file (36K) |
![]() QuickView file (284K) |
Technote 1014 | FEBRUARY 1996 |
Topics:
QuickDraw GX sends the GXDoesPaperFit message to limit the number of paper-type names that appear in the Paper pop-up menu in the Input Trays and Paper Mismatch dialogs. It does NOT limit the number of paper-type names for the Page Setup dialog box. You can override the GXDoesPaperFit message to notify QuickDraw GX that a certain paper type does not work in the specified paper tray on your device.
OSErr MyRasterLineFeed(short *lineFeedSize,Ptr buffer, unsigned long *bufferPos,gxRasterImageDataHdl imageData);Should be corrected to read:
OSErr MyRasterLineFeed(long *lineFeedSize, Ptr buffer, unsigned long *bufferPos, gxRasterImageDataHdl imageDataHdl)
OSErr MyWriteStatusToDTPWindow (gxStatusRecord aStatusRecord, gxDisplayRecord aDisplayRecord);should be corrected to read:
OSErr MyWriteStatusToDTPWindow (gxStatusRecord *aStatusRecord, gxDisplayRecord *aDisplayRecord);
Figure 6-33 shows the wrong value for the Render options field. It should be 4 bytes(long), not 2(short).
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help